Revision: baz-mlh--devo--1.1--patch-8
Archive: mlh@zip.com.au--tla
Creator: MLH <mlh@zip.com.au>
Date: Thu Jan 27 16:47:08 EST 2005
Standard-date: 2005-01-27 05:47:08 GMT
Modified-files: tests/test-diff.sh
New-patches: mlh@zip.com.au--tla/baz-mlh--devo--1.1--patch-8
Summary: escape + in egrep expression in test-file-diffs
Keywords: 


Change +++ to \+\+\+ in egrep re; solaris /usr/xpg4/bin/grep doesn't like
a + without a preceding RE.  It gives this error message:

	egrep: RE error in +++ ?, *, +, or { } not preceded by valid regular expression

